Provides data for the SelectionChanged event.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public class SelectionChangedEventArgs<T> : EventArgs
Visual Basic
Public Class SelectionChangedEventArgs(Of T) _
	Inherits EventArgs

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Silverlight..::..SelectionChangedEventArgs<(Of <(<'T>)>)>

See Also